home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
ifxlite
/
imagefx3
/
rexx
/
autofx
/
contrast.ifx
< prev
next >
Wrap
Text File
|
2004-08-03
|
789b
|
34 lines
/*
* $VER: Contrast.ifx 2.5 (25.02.96)
* Copyright © 1992-1996 Nova Design, Inc.
*
* Original version by Steve Tibbett
* Updated by Thomas Krehbiel
*
* Inputs:
* Word(Arg(1),1) = Frame number (1 - N)
* Word(Arg(1),2) = Main filename ("-" if not specified)
* Word(Arg(1),3) = Swap filename ("-" if not specified)
* Word(Arg(1),4) = Sequence number
* Word(Arg(1),5) = Total number of frames (N)
* Word(Arg(1),6) = Alpha filename ("-" if not specified) [2.5]
*
* Returns:
* 0 if successful, non-zero on failure
*
*/
Options Results
SeqNum=Word(Arg(1),4);
Settings=GetClip("ImpContrastParameters"||SeqNum);
if (Settings="") then do
RequestNotify "ImpContrastParameters invalid in ImpContrast.ifx"
EXIT 20
End
Parse Var Settings
Contrast Settings